-- card: 14157 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 5255 -- name: ----- HyperTalk script ----- On OpenCard hide card field "VocExplain" lock screen Show card field "StartIt" unlock screen with wipe right slow End OpenCard On CloseCard hide card field "VocExplain" hide card field "StartIt" end CloseCard -- part 1 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=85 top=75 right=329 bottom=381 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 22 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: -- part 2 (field) -- low flags: 80 -- high flags: 4002 -- rect: left=67 top=0 right=34 bottom=355 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: A -- part 3 (field) -- low flags: 80 -- high flags: 4002 -- rect: left=67 top=33 right=67 bottom=355 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B -- part 7 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=48 top=0 right=67 bottom=68 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: HideTheBackground -- part 4 (button) -- low flags: 80 -- high flags: 2006 -- rect: left=48 top=0 right=34 bottom=68 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Radio1 ----- HyperTalk script ----- On Mouseup set the hilite of card button Radio1 to true set the hilite of card button Radio2 to false End Mouseup -- part 6 (button) -- low flags: 80 -- high flags: 2006 -- rect: left=48 top=33 right=67 bottom=68 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Radio2 ----- HyperTalk script ----- On Mouseup set the hilite of card button Radio1 to False set the hilite of card button Radio2 to true End Mouseup -- part 8 (field) -- low flags: 80 -- high flags: 4002 -- rect: left=364 top=10 right=46 bottom=507 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 22 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: TheWord -- part 9 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=364 top=52 right=70 bottom=489 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: TheAnswer -- part 10 (field) -- low flags: 80 -- high flags: 0002 -- rect: left=364 top=85 right=100 bottom=489 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: NumberOfTries -- part 11 (button) -- low flags: 80 -- high flags: 0000 -- rect: left=389 top=70 right=101 bottom=423 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: NoPageTurn -- part 12 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=35 top=114 right=151 bottom=85 -- title width / last selected line: 0 -- icon id / first selected line: 21060 / 21060 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: VocabularyQuestion ----- HyperTalk script ----- on mouseUp get card field "NumberOfTries" if it is empty then show card field "A" show card field "B" show card field "HideTheBackground" show card field "TheWord" show button "Radio1" set the hilite of card button "Radio1" to false show button "Radio2" set the hilite of card button "Radio2" to false show button "done" put 1 into card field "NumberOfTries" else hide message box lock screen show card field "VocExplain" unlock screen with dissolve end if end mouseUp -- part 13 (button) -- low flags: 80 -- high flags: 8003 -- rect: left=186 top=73 right=95 bottom=286 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Done ----- HyperTalk script ----- on mouseUp hide card field "A" hide card field "B" hide card field "HideTheBackground" hide card field "TheWord" hide button "Radio1" hide button "Radio2" get card field "TheAnswer" If (it="A") or (it="a") then -- if he chose the first radio button if (the hilite of card button "Radio1" = true) then put "You're Correct!!" else put "You're Wrong! The correct answer was A. Press the mouse" lock screen show card field "A" Unlock screen with dissolve end if else -- if he chose the second radio button if (the hilite of card button "Radio2" = true) then put "You're Correct. Press the mouse" else put "You're Wrong! The correct answer was B. Press the mouse" lock screen show card field "B" Unlock screen with dissolve end if end if hide button "Done" wait until the mouseclick lock screen hide card field "A" hide card field "B" unlock screen with dissolve hide message box end mouseUp -- part 14 (field) -- low flags: 81 -- high flags: 0002 -- rect: left=21 top=242 right=338 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 22 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: VocExplain ----- HyperTalk script ----- On Mouseup hide card field id 14 end MouseUp -- part 15 (field) -- low flags: 81 -- high flags: 0002 -- rect: left=9 top=0 right=99 bottom=424 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 22 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: StartIt ----- HyperTalk script ----- On Mouseup hide card field id 15 end Mouseup -- part 16 (button) -- low flags: 00 -- high flags: 8001 -- rect: left=425 top=74 right=122 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 2162 / 2162 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Back To Title Page ----- HyperTalk script ----- on mouseUp put empty into card field "NumberOfTries" lock screen go to card id 2829 unlock screen with dissolve fast end mouseUp -- part contents for card part 1 ----- text ----- Jekyll's will had disturbed, even shocked Mr. Utterson from the time he first read it and took it into safekeeping. At the time he had known nothing about this Mr. Hyde. But now since Enfield had told his tale of the dreadful Mr. Hyde, Utterson was alarmed that Dr. Jekyll would have such a friend, such a close friend, indeed, that he would leave him all his fortune. -- part contents for background part 5 ----- text ----- 41 -- part contents for card part 8 ----- text ----- The Word: bargain -- part contents for card part 2 ----- text ----- He bought a pack of bargains at the office. -- part contents for card part 3 ----- text ----- He made a bargain with the gang: his money or his life. -- part contents for card part 9 ----- text ----- B -- part contents for card part 14 ----- text ----- This is an example vocabulary question. Five or six pages earlier, "Bargain" appeared as a bold word in the text. People learn words if they see the definition once, and then they see the word and its definition again. Seeing the word twice will help students retain the definition for longer than ordinary vocabulary tests. If you want to try it again, go back to the title page. -- part contents for card part 15 ----- text ----- The question button below is the icon that the readers will see when a they are going to be tested on a vocabulary word. Click on this explanation, then click on the vocabulary button, take the test, and then do it again, an explanation will follow. Readers may only take this quiz once.